Opc.Ua.Core
LogCritical(EventId,String,Object[]) Method



Opc.Ua Namespace > Utils Class > LogCritical Method : LogCritical(EventId,String,Object[]) Method
The event id associated with the log.
Format string of the log message in message template format. Example: "User {User} logged in from {Address}"
An object array that contains zero or more objects to format.
Formats and writes a critical log message.
Syntax
'Declaration
 
Public Overloads Shared Sub LogCritical( _
   ByVal eventId As EventId, _
   ByVal message As String, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim eventId As EventId
Dim message As String
Dim args() As Object
 
Utils.LogCritical(eventId, message, args)
public static void LogCritical( 
   EventId eventId,
   string message,
   params object[] args
)
public:
static void LogCritical( 
   EventId eventId,
   String^ message,
   ... array<Object^>^ args
) 

Parameters

eventId
The event id associated with the log.
message
Format string of the log message in message template format. Example: "User {User} logged in from {Address}"
args
An object array that contains zero or more objects to format.
Example
LogCritical(0, "Processing request from {Address}", address)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members
Overload List